func net.hasPrefix

4 uses

	net (current package)
		dnsconfig_unix.go#L98: 				case hasPrefix(s, "ndots:"):
		dnsconfig_unix.go#L106: 				case hasPrefix(s, "timeout:"):
		dnsconfig_unix.go#L112: 				case hasPrefix(s, "attempts:"):
		dnsconfig_unix.go#L182: func hasPrefix(s, prefix string) bool {